github.com/coder/websocket.header.fin (field)
7 uses
github.com/coder/websocket (current package)
frame.go#L38: fin bool
frame.go#L60: h.fin = b&(1<<7) != 0
frame.go#L114: if h.fin {
read.go#L296: if !h.fin {
read.go#L429: mr.fin = h.fin
write.go#L279: c.writeHeader.fin = fin
write.go#L307: if c.writeHeader.fin {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |